Skip to content

docs: fix broken links in current and versioned docs#1977

Merged
vdusek merged 1 commit into
masterfrom
docs/fix-broken-links
Jun 18, 2026
Merged

docs: fix broken links in current and versioned docs#1977
vdusek merged 1 commit into
masterfrom
docs/fix-broken-links

Conversation

@vdusek

@vdusek vdusek commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Fixes broken links across the documentation, found by running the lychee link checker over the built docs (the same setup used in apify-docs).

Fixed in the current docs (docs/) and in both served versioned snapshots (1.7 and 0.6):

  • apify.github.io/impit (dead docs site) → impit's GitHub repo / PyPI page, matching each list's existing convention
  • docs.apify.com/sdk/python/docs/overview/introduction (404) → the SDK docs landing page
  • .../reference/class/PlatformEventManager (404) → renamed to ApifyEventManager
  • www.uvicorn.org (domain DNS is dead) → uvicorn.dev, Uvicorn's current docs site
  • class/PushDataFunction#open (no such anchor) → class/PushDataFunction
  • class/RequestQueue#add_requests_batched#add_requests (method renamed in v1). Left unchanged in 0.6, where the old name still exists.
  • pipx.pypa.io/stable/installation/ (404, 0.6 only) → pipx.pypa.io/stable/

Verified by rebuilding the docs (zero broken anchors from doc pages) and re-running lychee (zero errors) for all three versions. The auto-generated API reference and changelog were out of scope.

@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels Jun 18, 2026
@vdusek vdusek self-assigned this Jun 18, 2026
@github-actions github-actions Bot added this to the 143rd sprint - Tooling team milestone Jun 18, 2026
@vdusek vdusek requested a review from Pijukatel June 18, 2026 11:46
@vdusek vdusek marked this pull request as ready for review June 18, 2026 11:46
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.94%. Comparing base (970f93b) to head (7e4647e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1977   +/-   ##
=======================================
  Coverage   92.94%   92.94%           
=======================================
  Files         167      167           
  Lines       11737    11737           
=======================================
  Hits        10909    10909           
  Misses        828      828           
Flag Coverage Δ
unit 92.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek merged commit 9a8921e into master Jun 18, 2026
34 checks passed
@vdusek vdusek deleted the docs/fix-broken-links branch June 18, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants